Called when a fragment is first attached to its context. onCreate will be called after this.
See onAttach.
Called when a fragment is first attached to its activity. onCreate will be called after this.